home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / eTFileLink.subproj / eTRTFDFileLink.h < prev    next >
Encoding:
Text File  |  1994-07-24  |  922 b   |  23 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    eTRTFDFileLink.h 
  3. //    SUMMARY:    Interface for an RTFD inclusion handler
  4. //    SUPERCLASS:    eTFileLink:eTImage:Object
  5. //    INTERFACE:    None
  6. //    PROTOCOLS:    None added
  7. //    AUTHOR:        Rohit Khare
  8. //    COPYRIGHT:    (c) 1994 California Institure of Technology, eText Project
  9. ///////////////////////////////////////////////////////////////////////////////
  10. //    DESCRIPTION
  11. //        Has one purpose in life: to read \NeXTGraphic directives.
  12. //    This may lay the groundwork for reading \helpLinks, too....
  13. ///////////////////////////////////////////////////////////////////////////////
  14. //    HISTORY
  15. //    07/23/94:    Created. First actual implementation.
  16. ///////////////////////////////////////////////////////////////////////////////
  17.  
  18. #import "eTFileLink.h"
  19.  
  20. @interface eTRTFDFileLink:eTFileLink
  21. + toolAwake:theApp;
  22. - readRichText:(NXStream *) stream forView:view;
  23. @end